home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- "closePDF:" = "closePDF:";
- "enterSelection:" = "enterSelection:";
- "find:" = "find:";
- "findNext:" = "findNext:";
- "findPrevious:" = "findPrevious:";
- "fitHToWin:" = "fitHToWin:";
- "fitToWin:" = "fitToWin:";
- "fitVToWin:" = "fitVToWin:";
- "gotoNextPageWithNotes:" = "gotoNextPageWithNotes:";
- "jumpToSelection:" = "jumpToSelection:";
- "nextPage:" = "nextPage:";
- "openPDF:" = "openPDF:";
- "origSize:" = "origSize:";
- "previousPage:" = "previousPage:";
- "printPDF:" = "printPDF:";
- "savePageAsEPS:" = "savePageAsEPS:";
- "saveTextAsRTF:" = "saveTextAsRTF:";
- "showDocInfo:" = "showDocInfo:";
- "showFontsInfo:" = "showFontsInfo:";
- "showOutlines:" = "showOutlines:";
- "showThumbs:" = "showThumbs:";
- "toggleTextMode:" = "toggleTextMode:";
- "zoomIn:" = "zoomIn:";
- "zoomOut:" = "zoomOut:";
- };
- SUPERCLASS = Object;
- };
- AppDelegate = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillInit:" = "appWillInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "cacheLimitChanged:" = "cacheLimitChanged:";
- "closePDF:" = "closePDF:";
- "ok:" = "ok:";
- "openPDF:" = "openPDF:";
- "runOVInfo:" = "runOVInfo:";
- "runPDFViewHelp:" = "runPDFViewHelp:";
- "showAllFonts:" = "showAllFonts:";
- "showDocInfo:" = "showDocInfo:";
- "showFontsInfo:" = "showFontsInfo:";
- "uriServiceChanged:" = "uriServiceChanged:";
- "zoomModifierKeyChanged:" = "zoomModifierKeyChanged:";
- };
- OUTLETS = {
- authorText = authorText;
- cacheLimitText = cacheLimitText;
- creationDateText = creationDateText;
- creatorText = creatorText;
- docInfoPanel = docInfoPanel;
- findIgnoreCaseSwitch = findIgnoreCaseSwitch;
- findPanel = findPanel;
- findText = findText;
- fontsInfoPanel = fontsInfoPanel;
- fontsMatrix = fontsMatrix;
- infoPanel = infoPanel;
- keywordsText = keywordsText;
- modDateText = modDateText;
- preferencesPanel = preferencesPanel;
- producerText = producerText;
- subjectText = subjectText;
- titleText = titleText;
- uriServiceText = uriServiceText;
- versionText = versionText;
- zoomModifierKeyMatrix = zoomModifierKeyMatrix;
- };
- SUPERCLASS = Object;
- };
-